@echo off

REM -------------------------------------------------------------------------------------------------------------------------
REM Please update the following variable TC_SERVERS (delimited by a space) if the subsequent TC Server List is different.
set TC_SERVERS=60.199.235.209 60.199.235.205 202.3.162.57
REM -------------------------------------------------------------------------------------------------------------------------

echo  Active TC Connection(s):
netstat -nao|findstr ESTABLISHED|findstr "%TC_SERVERS%"

echo.
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo TC Server List:
echo The address starting with 202. is from the ISP of "a subsidiary of Chunghwa Telecom."
echo The address starting with 60. is from the ISP of "Taiwan Fixed Network Co. Ltd."
nslookup gq2.icetech.com.tw|findstr "202. 60."

echo.
pause
REM timeout /T 5
@echo on


